
 
 F u n c t i o n :   i s P l a i n O b j e c t ( o b j e c t ) 
 
 
 
 D e s c r i p t i o n :   C h e c k s   i f   a n   o b j e c t   i s   a   v a l i d   o b j e c t   o f   t y p e   " o b j e c t " . 
 
 
 
 R e t u r n s :   T r u e   i f   y e s ,   F a l s e   o t h e r w i s e . 
 
 
 
 E x a m p l e : 
 
 
 
 / /   C h e c k   i f   a n   o b j e c t   i s   a   v a l i d   o b j e c t 
 
 v a r   c o n f i r m e d   =   $ A . i s P l a i n O b j e c t ( o b j e c t ) ; 
 
 
 
 